<squad>
	<description>
		<type>TYPE_TANK</type>
		<nationality>NATIONALITY_BRITISH</nationality>

		<long_name>Infantry Tank, Mk I, 'Matilda I' (A11)</long_name>
		<short_name>Matilda I</short_name>
		<comment>An infantry tank with a Vickers .303-inch machine gun</comment>

		<uniform>british_vehicle_crew</uniform>
	</description>

	<availability>
		<data><month>9</month><year>1937</year><number>77</number></data>
		<data><month>6</month><year>1940</year><number>77</number></data>
	</availability>

	<vehicle>
		<attributes>
			<image_profile>Profile-A11 Infantry Mk I Matilda I.png</image_profile>
			<weight>11176</weight>
		</attributes>

		<drive>
			<engine>
				<name>Ford V8 239</name>
				<horsepower>70</horsepower>
				<reliability>RELIABILITY_AVERAGE</reliability>
				<rpm_idle>500</rpm_idle>
				<rpm_limit>2800</rpm_limit>
			</engine>

			<gears>
				<forwards>5</forwards>
				<reverse>1</reverse>
			</gears>

			<steering>STEERING_CLUTCH_AND_BRAKE</steering>

			<exhaust_pipe><offsetX>60</offsetX><offsetY>222</offsetY></exhaust_pipe>
		</drive>

		<hull>
			<image_view>Image-A11 Infantry Mk I Matilda I.png</image_view>

			<width>228</width>
			<length>485</length>
			<height>98</height>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<front>65@15</front>
				<side>60</side>
				<rear>50</rear>
				<top>12</top>
				<bottom>10</bottom>
			</armour>

			<man>
				<job>JOB_DRIVER</job>
				<weapon><type>WEAPON_PISTOL_ENFIELD</type></weapon>
				<ammo><for>WEAPON_PISTOL_ENFIELD</for><rounds>60</rounds></ammo>
			</man>
		</hull>

		<superstructure>
			<width>133</width>
			<length>297</length>
			<height>35</height>

			<offsetX>0</offsetX>
			<offsetY>-10</offsetY>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<front>60</front>
				<side>60</side>
				<rear>20@70</rear>
				<top>12</top>
			</armour>
		</superstructure>

		<turret>
			<image_view>Image-A11 Infantry Mk I Matilda I turret.png</image_view>

			<diameter>95</diameter>
			<height>56</height>
			<offsetX>0</offsetX>
			<offsetY>-55</offsetY>

			<rotate_time>18</rotate_time>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<front>60</front>
				<side>60</side>
				<rear>20</rear>
				<top>12</top>
				<mantlet>60</mantlet>
			</armour>

			<weapon><type>WEAPON_LMG_VICKERS_303</type><offsetX>12</offsetX><offsetY>-20</offsetY></weapon>
			<ammo><for>WEAPON_LMG_VICKERS_303</for><rounds>4000</rounds></ammo>

			<man>
				<job>JOB_COMMANDER</job>
				<weapon><type>WEAPON_PISTOL_ENFIELD</type></weapon>
				<ammo><for>WEAPON_PISTOL_ENFIELD</for><rounds>60</rounds></ammo>
			</man>
		</turret>
	</vehicle>
</squad>
